home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 054a / count_25.zip / COUNT!.INI < prev    next >
INI File  |  1992-06-20  |  2KB  |  36 lines

  1. {    A COUNT.INI file controls what COUNT! does in launching an application. }
  2. {    This file must be edited prior to using COUNT! to accomplish anything   }
  3. {    Meaningful.                                                             }
  4. {                                                                            }
  5. {    COUNT!.INI consists of a number of applications "Sections" containing   }
  6. {    keywords describing how to launch each application.  Each section       }
  7. {    begins with the ApplicationName in square brackets.  Keywords can be    }
  8. {    any of the following:                                                   }
  9. {                                                                            }
  10. {          Connect=Network connection command                                }
  11. {          StartDirectory=Starting directory                                 }
  12. {          Execute=Program invocation command                                }
  13. {          Disconnect=Network disconnection command                          }
  14. {          CountFile=R/W file which holds the current users/license counts   }
  15. {          MaxUsers=Number of users that can use the program simultaneously  }
  16. {          UpdateLicense=Number of minutes between updates of the CountFile  }
  17. {                  The default is 5.  A 0 inhibits updates.                  }
  18. {                                                                            }
  19. {          All commands other than Execute are optional.                     }
  20. {                                                                            }
  21. {          If a CountFile is used, a DOS environment variable must exist     }
  22. {          prior to entering Windows which provides a user name.             }
  23. {                                                                            }
  24. {    A simple example Follows.  Please remove these from your file           }
  25.  
  26. [MS_Excel]
  27. Connect=USE E:\\MyServer\ExcelProgram /R
  28. Execute=E:\EXCEL\Excel.EXE
  29. Disconnect=USE E: /D
  30.  
  31. [MS_Project]
  32. Execute=L:\WinProj\Project.EXE
  33. StartDirectory=c:\Project
  34. CountFile=Q:\Licenses\Licenses.Dat
  35. MaxUsers=10
  36.